﻿@media (max-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        width: 100%;
    }
}
.estoqueGaleriaBtn {
    color: purple;
    text-transform: uppercase;
    margin-right: 2px;
    display: inline-block;
    text-align: center;
}
    .estoqueGaleriaBtn label {
        font-size: 9px !important;
        margin-top: 0px !important;
        float: left !important;
        margin-bottom: -10px !important;
    }
.estoqueGaleria {
    width: 29px;
    font-size: 16px;
    height: 27px;
    background-color: #FFEB3B;
    border: 1px solid #b77b00;
    border-radius: 4px;
    text-align:center;

}
.border_kds {
    border: 5px solid #00d0ff;
}
.estoqueGaleria input {
    text-align: center;
    height: 25px;
    font-size: 13px;
    background: transparent;
    border: 0px;
}
.octadesk-octachat-app::before {
    content: 'SUPORTE\AONLINE';
    background-color: #fff200;
    display: block;
    margin: 34px 0px 0px 61px;
    padding: 5px;
    border-radius: 0px 5px 5px 0px;
    font-weight: 700;
    line-height: 17px;
    width: 85px;
}
.octadesk-octachat-app.octachatAppClose {
width:170px !important;
}
.radio_content {
    float: left;
    border: 1px dotted black;
    text-align: center;
    border-radius: 4px;
    margin-right: 10px;
    width: calc(100% / 4 - 10px);
    min-width:200px;
    margin-bottom: 10px;
}
    .radio_content.g {
        width: calc(33.33% - 13px);
    }

.radio_content > div {
    background-color: black;
    color: white;
    width: 100%;
    padding: 4px;
    text-transform: uppercase;
    white-space: nowrap;
}
    .radio_content label {
        font-weight: 700;
        padding: 2px 5px;
        height: 29px;
        float: left;
        margin-bottom: 0px;
        width:100%;
        text-align:left;
    }
.week_content {
    width: calc(14.285714% - 4px);
    float: left;
    margin: 0px 2px;
    min-width: 100px;
    margin-bottom: 4px;
    color: black;
}

.content-header .btn {
    margin-bottom: 5px;
}

.week_content .titulo {
    visibility: visible;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    background-color: var(--primary-color);
    color: var(--primary-font-color);
    border-radius: 3px 3px 0px 0px;
    font-weight: 700;
}

.week_content .descricao {
    background-color: black;
    text-align: center;
    font-size: 10px;
    color: white;
}

.week_content .content_inicio {
    float: left;
    width: 50%;
    background-color:white;
}

.week_content .content_termino {
    float: left;
    width: 50%;
    background-color: white;
}

.week_content .content_inicio input {
    border-radius: 0px 0px 0px 4px;
    border: 1px solid rgba(0,0,0,.15);
}

.week_content .content_termino input {
    border-radius: 0px 0px 4px 0px;
    border: 1px solid rgba(0,0,0,.15);
}

.week_content input {
    width: 100%;
    text-align: center;
}

::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

::-ms-clear {
    display: none;
}

::-webkit-inner-spin-button,
::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

::-webkit-inner-spin-button,
::-webkit-clear-button {
    display: none;
}

.iti--allow-dropdown label {
    margin-left: 50px;
}

.atualizarapp {
    background-color: #00a65a !important;
    border-top: 2px dotted var(--primary-color);
    color: white;
    font-size: 16px;
    text-align: center;
    padding: 10px !important;
    line-height: 16px;
    font-weight: 700;
    cursor: pointer;
    overflow: hidden
}

.painel_produto {
    background-color: white;
}

.modal .fade .show {
    overflow: auto;
}

.perguntacomplementar {
    font-weight: 700;
    color: #13743e;
}

.select2-container {
    min-height: 34px;
}

.validation-summary-errors {
    -webkit-animation: fa-blink .75s linear infinite;
    -moz-animation: fa-blink .75s linear infinite;
    -ms-animation: fa-blink .75s linear infinite;
    -o-animation: fa-blink .75s linear infinite;
    animation: fa-blink .75s linear infinite;
}
.validation-summary-errors {
    background-color: red;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0px;
    color: white;
    color: red;
    font-size: 11px;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-size: 10px 10px;
    background-position: 6px 2px;
    background-color: rgba(255, 235, 59, 0.85);
    padding: 10px;
    border-radius: 2px;
    background-position-y: center;
    z-index: 999;
    display: block;
    margin: 1;
}
    .validation-summary-errors:before {
        content: 'Oops, verifique os erros abaixo!';
        clear:both;
        font-weight:700;
    }
.validation-summary-errors ul{
    margin: 0px;
    padding:0px;
}

.label-float {
    position: relative;
}

    .label-float input {
        padding: 8px 10px 0px 10px !important;
    }


        .label-float input:focus {
            border: 1px solid var(--primary-color);
        }

        .label-float input::placeholder {
            color: transparent;
        }

    .label-float label {
        pointer-events: none;
        position: absolute;
        top: calc(50% - 10px);
        left: 16px;
        transition: all .1s linear;
        -webkit-transition: all .1s linear;
        -moz-transition: all .1s linear;
        /* background-color: white; */
        /* padding: 5px; */
        box-sizing: border-box;
        color: var(--textbox-font-color);
        font-size: 14px;
    }

    .label-float input:required:invalid + label {
        color: red;
    }

    .label-float input:focus:required:invalid {
        border: 2px solid red;
    }

    .label-float input:required:invalid + label:before {
        content: '*';
    }

    .label-float input:focus + label,
    .label-float input:not(:placeholder-shown) + label {
        font-size: 10px;
        top: -6px;
        color: var(--primary-font-color);
        background-color: var(--primary-color);
        padding: 0px 9px;
        left: 8px;
    }

.label-float-forced {
    font-size: 10px;
    top: 2px;
    color: var(--primary-font-color);
    background-color: var(--primary-color);
    padding: 0px 9px;
    left: 8px;
    position: absolute;
    border-radius: 1px;
}

[data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
}

    /* Hide the tooltip content by default */
    /*[data-tooltip]:before,
    [data-tooltip]:after {
        visibility: hidden;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        pointer-events: none;
    }*/

    /* Position tooltip above the element */
    [data-tooltip]:before {
        position: absolute;
        bottom: 30px;
        left: 2%;
        margin-bottom: 5px;
        margin-left: -20px;
        padding: 3px 5px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background-color: #000;
        background-color: hsl(0, 94%, 37%);
        color: #fff;
        content: attr(data-tooltip);
        text-align: center;
        font-size: 12px;
        line-height: 1.2;
        margin-bottom: 8px;
    }

    /* Triangle hack to make tooltip look like a speech bubble */
    [data-tooltip]:after {
        margin-bottom: 3px;
        position: absolute;
        bottom: 30px;
        left: 2%;
        margin-left: -5px;
        width: 0;
        border-top: 5px solid #000;
        border-top: 5px solid hsl(0, 94%, 37%);
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        content: " ";
        font-size: 0;
        line-height: 0;
    }

    /* Show tooltip content on hover */
    [data-tooltip]:hover:before,
    [data-tooltip]:hover:after {
        visibility: visible;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
    }

/*/=====================================*TOOLTIP*=====================================================/*/
.sidebar-menu .treeview-menu > li > a {
    padding: 10px !important;
}

.iti__country-list {
    height: 112px;
}

.iti.iti--allow-dropdown {
    width: 100% !important;
}

.display_kds {
    border-radius: 1px;
    float: right !important;
    min-height: 67px;
    width: 100px;
    border-left: 1px solid rgba(255, 255, 255, 0.40);
    text-align: center;
    font-size: 12px;
    margin-right: -8px;
    line-height: 20px;
    margin-top: -8px;
    margin-left: 5px;
    min-width: 100px;
    padding: 5px 0px;
}

#card_list_3 .display_kds.requisitar {
    background-color: rgba(255, 255, 255, 0.90);
    color: #164017;
    border: 1px dashed #164017 !important;
}

#card_list_3 .display_kds.entregaconfirmada {
    background-color: #006fc5;
}

#card_list_3 .display_kds.aguardando {
    animation-name: example;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

@keyframes example {
    0% {
        background-color: #006fc5;
        color: #fff;
    }

    25% {
        background-color: rgba(255, 255, 255, 0.90);
        color: #164017;
    }

    50% {
        background-color: #006fc5;
        color: #fff;
    }

    75% {
        background-color: rgba(255, 255, 255, 0.90);
        color: #164017;
    }

    100% {
        background-color: #006fc5;
        color: #fff;
    }
}

.fileContainer {
    overflow: hidden;
    position: relative;
}

    .fileContainer [type=file] {
        cursor: inherit;
        display: block;
        font-size: 999px;
        filter: alpha(opacity=0);
        min-height: 100%;
        min-width: 100%;
        opacity: 0;
        position: absolute;
        right: 0;
        text-align: right;
        top: 0;
    }

.validation-summary-errors.alert.alert-error span {
    font-size: 16px;
    font-weight: 700;
}

.modal-content {
    border-radius: 5px;
}

.text-warning {
    color: #454545 !important;
    font-weight: 700;
    font-size: 20px;
}

#myConfirm {
    z-index: 99999999999999;
}



.error:after {
    content: attr(data-msg);
    color: white;
    font-size: 10px;
    padding: 0px 10px;
    background: red;
    margin: -5px 4px 0px 0px;
    float: left;
    border-radius: 0px 0px 4px 4px;
    /* height: 14px; */
    /* line-height: 10px; */
    position: absolute;
    width: calc(100% - 30px);
}

.error input {
    border-color: red;
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotateZ(30deg);
    }

    1% {
        -webkit-transform: rotateZ(-30deg);
    }

    3% {
        -webkit-transform: rotateZ(30deg);
    }

    5% {
        -webkit-transform: rotateZ(-30deg);
    }
}

@-moz-keyframes ring {
    0% {
        -moz-transform: rotate(30deg);
    }

    1% {
        -moz-transform: rotate(-30deg);
    }

    3% {
        -moz-transform: rotate(30deg);
    }

    5% {
        -moz-transform: rotate(-30deg);
    }
}

@keyframes ring {
    0% {
        transform: rotate(30deg);
    }

    33% {
        transform: rotate(-30deg);
    }

    66% {
        transform: rotate(30deg);
    }

    100% {
        transform: rotate(-30deg);
    }
}

label {
    margin-bottom: 4px;
}

.colorpicker-element .input-group-addon i {
    background-color: rgb(163, 3, 3);
    width: 100%;
    height: 33px;
    border-radius: 4px 0px 0px 4px;
    margin-top: 1px;
    box-shadow: 0px 0px 1px 0px #787878;
}

[colorpicker] .form-control {
    letter-spacing: 2px;
    text-transform: uppercase;
    width: calc(100% - 40px);
    float: left;
    border-radius: 0px 4px 4px 0px;
}

[colorpicker] .input-group-addon {
    width: 40px;
    height: 33px;
    border-radius: 4px 0px 0px 4px;
    float: left;
    border: 0px;
    padding: 0px;
}

.remove_img {
    background: red;
    font-weight: 700;
    position: absolute;
    text-align: center;
    margin-top: -7px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    border-radius: 0px;
    line-height: 20px;
    font-size: 14px;
    margin: 0px 0px 0px 0px;
    z-index: 1;
}

.main-header > .navbar {
    margin-left: 0px !important;
    padding: 0px
}

.skin-blue .sidebar a {
    color: var(--primary-font-color);
}

.skin-blue .main-header .navbar .sidebar-toggle {
    color: var(--primary-font-color);
}

.nometopo {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--secondary-font-color);
    width: 148px;
    line-height: 38px;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
}

.select2-container .select2-search--inline {
    height: 21px;
    line-height: 18px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    height: 21px;
    line-height: 18px;
}

css {
    -webkit-filter: invert(100%);
    -moz-filter: invert(100%);
    -o-filter: invert(100%);
    -ms-filter: invert(100%);
}

@media(max-width:575px) {
    .card-columns {
        width: 100%;
    }
    .valores_motoboy > div {
        width: 50% !important;
    }
}

.select2-container {
}

.card-block {
    padding: 1em !important;
}

.breadcrumb {
    padding: 10px;
}

.btn {
    cursor: pointer !important;
    padding: 10px;
    cursor: pointer;
}

.card-columns {
    -webkit-column-count: 1 !important;
}

.linkEnderecos {
    color: #2c3b41 !important;
    text-decoration: none;
}

.uil-flickr-css > div:nth-of-type(1) {
    background-color: var(--primary-color) !important;
}

.uil-flickr-css > div:nth-of-type(2) {
    background-color: var(--secondary-color) !important;
}


.info-box-icon {
    height: 57px;
    line-height: 59px;
}

.info-box {
    min-height: 58px;
    border: 1px solid #ccc;
    margin-bottom: 0px;
    height: 58px;
    overflow: hidden;
}

/*COMEÇA O MANSORY*/
*, *:before, *:after {
    box-sizing: border-box !important;
}



.row {
    -moz-column-width: 18em !important;
    -webkit-column-width: 18em !important;
    -moz-column-gap: 1em !important;
    -webkit-column-gap: 1em !important;
}

.item {
    display: inline-block !important;
    padding: .25rem !important;
    width: 100% !important;
}

.well {
    position: relative !important;
    display: block !important;
}

/*TERMINA O MANSORY*/


.info-box-icon {
    cursor: zoom-in;
    background-size: 101%;
    background-repeat: no-repeat;
    background-position: center;
}

.field-validation-valid {
    color: red;
    position: absolute;
    font-size: 10px;
}

/*.card {
    padding: 10px;
    border-radius: 10px;
}*/


.campos {
    margin: 10px 5px;
}

#grid {
    text-align: center;
    margin-top: 2.3%;
    margin-bottom: 2%;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.34);
}


    #grid a {
        width: 100%;
    }

    #grid th {
        text-align: center;
        padding: 7px 0px;
    }

.bg-aqua:hover {
    background-color: #2c3b41 !important;
}

.info-box-content input.upload {
    position: relative;
    top: 5px;
    cursor: pointer;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    margin-top: -50px;
    width: 100%;
    height: 50px;
}

.loader {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999999999;
    display: none;
    top: 0px;
}

.select2-container {
    display: block;
}

.content-header {
    min-height: 43px;
    margin-bottom: 10px;
}

.editid {
    font-size: 20px;
    margin-left: 5px;
}

.inative {
    color: #999 !important;
}

.hidden-lenght {
    display: inline-block;
    width: 180px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.semana {
    background-color: #0000008f;
    color: white;
    padding: 5px 10px;
    border-radius: 3px;
    margin: -5px 0px 5px 0px;
}



.iradio_minimal-green, .iradio_minimal-blue {
    background-color: white;
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, 0.42);
    width: 20px;
    height: 20px;
}

.breadcrumb .fa {
    color: #444;
}

.bandeiras_filial img {
    float: left;
    margin: 5px;
    width: 40px;
    border: 1px solid rgba(0, 0, 0, 0.23);
}

.field-validation-error:empty {
    display: none;
}

.field-validation-error {
    color: red;
    position: absolute;
    font-size: 11px;
    padding-left: 20px;
    background-image: url('../images/error.svg');
    background-repeat: no-repeat;
    background-size: 10px 10px;
    background-position: 6px 2px;
    background-color: rgba(255, 235, 59, 0.85);
    /* padding: 2px; */
    margin-left: 5px;
    padding: 1px 8px 2px 22px;
    border-radius: 2px;
    background-position-y: center;
    z-index: 999;
    display: block;
}

@keyframes fa-blink {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0.6;
    }
}

.field-validation-error {
    -webkit-animation: fa-blink .75s linear infinite;
    -moz-animation: fa-blink .75s linear infinite;
    -ms-animation: fa-blink .75s linear infinite;
    -o-animation: fa-blink .75s linear infinite;
    animation: fa-blink .75s linear infinite;
}

.bar .input-group {
    margin-bottom: 0px;
}

.bar {
    border-top: 1px solid #D2D6DE;
    border-bottom: 1px solid #D2D6DE;
    padding: 15px;
    background-color: #2c3b41;
    color: white;
    margin-bottom: 15px;
    border-radius: 3px;
}

    .bar label {
        line-height: 30px;
        margin: 0px;
        padding-left: 0px !important;
    }
/* TABLE ********************************************************/
.table-default tr {
    cursor: pointer;
}

.horarios .form-group {
    height: 34px;
}

.tab-content > .active {
    border: 1px solid #ddd;
    border-top: 0px
}

.tab-pane {
    display: none;
    padding: 20px;
    background-color: white;
    color: black;
    border-radius: 0px 0px 3px 3px;
}


.form-control:disabled, .form-control[readonly] {
    background-color: rgba(255, 255, 255, 0.70);
    opacity: 1;
    cursor: not-allowed;
}
.small-box > .inner {
    padding: 10px;
    min-height: 103px;
}
.nav-tabs {
    overflow: hidden;
    border-bottom: 0px solid #ddd;
}

    .nav-tabs a {
        cursor: pointer;
    }

.nav > li > a:hover, .nav > li > a:active, .nav > li > a:focus {
    color: #444;
    background: rgba(0, 0, 0, 0.61);
    color: white !important;
}

.nav-tabs > li.active > a:hover {
    color: #555 !important;
    cursor: default;
    background-color: #ffffffc9;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.table-default {
    /*min-height: 300px;*/
    overflow: auto !important;
    margin: 0px;
    padding: 0px;
    width: 100%;
    border: 0px solid #a6bfd8;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
}

    .table-default table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 99.99%;
        height: 100%;
        margin: 0px;
        padding: 0px;
    }

    .table-default tr:last-child td:last-child {
        -moz-border-radius-bottomright: 2px;
        -webkit-border-bottom-right-radius: 2px;
        border-bottom-right-radius: 2px;
    }

    .table-default table tr:first-child td:first-child {
        -moz-border-radius-topleft: 2px;
        -webkit-border-top-left-radius: 2px;
        border-top-left-radius: 2px;
    }

    .table-default table tr:first-child td:last-child {
        -moz-border-radius-topright: 2px;
        -webkit-border-top-right-radius: 2px;
        border-top-right-radius: 2px;
    }

    .table-default tr:last-child td:first-child {
        -moz-border-radius-bottomleft: 2px;
        -webkit-border-bottom-left-radius: 2px;
        border-bottom-left-radius: 2px;
    }

    .table-default tr:hover td {
        cursor: pointer;
    }

    .table-default tr:nth-child(odd) {
        background-color: #ecf0f5;
        line-height: 3px;
    }

    .table-default tr:nth-child(even) {
        background-color: #ffffff;
        line-height: 3px;
    }

    .table-default td {
        vertical-align: middle;
        padding: 10px;
        border: 1px solid #a6bfd8;
        border-width: 0px 1px 1px 0px;
        text-align: left;
        font-size: 12px;
        font-family: Arial;
        font-weight: normal;
        color: #000000;
        line-height: 14px;
    }

    .table-default tr:last-child td {
        border-width: 0px 1px 0px 0px;
    }

    .table-default tr td:last-child {
        border-width: 0px 0px 1px 0px;
    }

    .table-default tr:last-child td:last-child {
        border-width: 0px 0px 0px 0px;
    }

    .table-default tr:first-child td {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#192226", endColorstr="#192226");
        background: -o-linear-gradient(top,#192226,091f4a);
        line-height: 20px;
        background-color: #5e8090;
        border: 0px solid #a6bfd8;
        text-align: center;
        border-width: 0px 0px 1px 1px;
        font-size: 11px;
        font-family: Arial;
        font-weight: bold;
        color: var(--primary-font-color);
    }

    .table-default tr:first-child:hover td {
        background: -o-linear-gradient(bottom, #192226 5%, #192226 100%);
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #192226), color-stop(1, #192226) );
        background: -moz-linear-gradient( center top, #192226 5%, #192226 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#192226", endColorstr="#192226");
        background: -o-linear-gradient(top,#192226,091f4a);
        background-color: #192226;
        color: var(--secondary-font-color);
    }

    .table-default tr:first-child td:first-child {
        border-width: 0px 0px 1px 0px;
    }

    .table-default tr:first-child td:last-child {
        border-width: 0px 0px 1px 1px;
    }
/* END TABLE **************************************************************/

/*ISCrOLL********************************************************************/

#scroller {
    position: absolute;
    z-index: 1;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    width: 100%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}

#wrapper {
    z-index: 1;
    top: 45px;
    bottom: 48px;
    left: 0;
    width: 100%;
    background: #ccc;
    overflow: hidden;
}

/*END SCROLL*/


.animate_spin {
    -animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}


.item_taxa {
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 10px;
    background-color: #192226;
    border-color: #367fa9;
    padding: 1px 10px;
    color: #fff;
}

    .item_taxa i {
        float: left;
        margin-top: 3px;
        margin-left: -5px;
        margin-right: 8px;
        color: red;
    }

#taxa_table thead {
    background-color: #192226;
}

#taxa_table td {
    padding: 5px;
}

#comissao_table thead {
    background-color: #192226;
}

#comissao_table td {
    padding: 5px;
}

thead td {
    background: var(--primary-color) !important;
    color: var(--primary-font-color);
}

.fc-event {
    border: 0px solid var(--secondar-color) !important;
    background-color: var(--secondary-color) !important;
    color: var(--secondary-font-color) !important;
    padding: 5px !important;
}

.filter-table {
    background: #2e677e;
    font-size: 13px;
    width: 70px;
    position: absolute;
    color: white;
    text-align: center;
    margin-top: -14px;
    margin-left: 10px;
    border-radius: 2px;
    padding-top: 2px;
}

    .filter-table i {
        font-size: 10px;
        margin-right: 2px;
    }

.btn-gallery i {
    margin-right: 10px;
}

#myPromptDescription {
    text-transform: capitalize;
}



.btn-success {
    background-color: #00a65a;
}

td .select2 {
    min-width: 80px;
}



/************************************************************************************************8*/




/*
 *  STYLE 1
 */

.scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.scroll::-webkit-scrollbar {
    width: 12px;
    background-color: transparent;
}

.scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #2e677e;
}


.cork-background {
    background-image: url("/images/cork-background.png");
}


hr {
    overflow: hidden !important;
}

.content {
    background-color: #ecf0f5 !important;
}


/*CSS DO QUADRO DE POST IT*/


#TelaDetails .btn {
    font-size: 10px !important;
}

#TelaDetails h2, p {
    font-weight: normal;
}

#TelaDetails ul, li {
    list-style: none;
}

#TelaDetails ul {
    padding: 2px;
    width: 100%;
    margin-bottom: 0px;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: calc(100% - 24px);
}

    #TelaDetails ul li {
        text-decoration: none;
        color: #000;
        background: #ffffff;
        display: block;
        /*height: 10em;*/
        width: 100%;
        padding: 0px;
        -moz-box-shadow: 0px 0px 2px rgba(33,33,33,.4);
        -webkit-box-shadow: 0px 0px 2px rgba(33,33,33,.4);
        box-shadow: 0px 0px 2px rgba(33,33,33,.4);
        -moz-transition: -moz-transform .15s linear;
        -o-transition: -o-transform .15s linear;
        -webkit-transition: -webkit-transform .15s linear;
    }

    #TelaDetails ul li {
        float: left;
        display: block;
        float: left;
    }

        #TelaDetails ul li h2 {
            font-size: 12px;
            font-weight: bold;
            padding-bottom: 0px;
        }

        #TelaDetails ul li p {
            font-family: "Reenie Beanie",arial,sans-serif;
            font-size: 10px;
        }

    #TelaDetails ul li {
        /*-webkit-transform: rotate(-0.4deg);
        -o-transform: rotate(-0.4deg);
        -moz-transform: rotate(-0.4deg);*/
        margin: 2px;
        width: calc(100% - 5px);
    }

        #TelaDetails ul li:nth-child(even) {
            /*-o-transform: rotate(0.4deg);
            -webkit-transform: rotate(0.4deg);
            -moz-transform: rotate(0.4deg);*/
            position: relative;
            background: #ffffff;
        }

        #TelaDetails ul li:nth-child(3n) {
            /*-o-transform: rotate(-2deg);
            -webkit-transform: rotate(-2deg);
            -moz-transform: rotate(-2deg);*/
            position: relative;
            background: #ffffff;
        }

        #TelaDetails ul li:nth-child(5n) {
            /*-o-transform: rotate(2deg);
            -webkit-transform: rotate(2deg);
            -moz-transform: rotate(2deg);*/
        }

        #TelaDetails ul li:hover, ul li:focus {
            box-shadow: 0px 0px 7px rgba(0,0,0,.4);
            -moz-box-shadow: 0px 0px 7px rgba(0,0,0,.4);
            -webkit-box-shadow: 0px 0px 7px rgba(0,0,0,.4);
            /*-webkit-transform: scale(0.5);
            -moz-transform: scale(0.5);
            -o-transform: scale(0.5);*/
            position: relative;
            z-index: 5;
        }

#TelaDetails ol {
    text-align: center;
}

    #TelaDetails ol li {
        display: inline;
        padding-right: 1em;
    }

    #TelaDetails ol li {
        color: #fff;
    }





/*TERMINA CSS DO QUADRO DE POST IT*/


.pull-right:hover {
    color: #ffffff !important;
}





.modal-backdrop {
    background-color: rgb(0 0 0 / 50%);
}

.ui-widget {
    display: none !important;
}

#TelaDetails, ul {
    height: 100%;
    overflow: auto;
}

    #TelaDetails ul [tamanho="2"] {
        width: calc(100% / 2 - 4px);
    }

    #TelaDetails ul [tamanho="3"] {
        width: calc(100% / 3 - 4px);
    }

    #TelaDetails ul [tamanho="4"] {
        width: calc(100% / 4 - 4px);
    }

    #TelaDetails ul [tamanho="5"] {
        width: calc(100% / 5 - 4px);
    }

    #TelaDetails ul [tamanho="6"] {
        width: calc(100% / 6 - 4px);
    }

    #TelaDetails ul [row="1"] {
        height: calc(100% / 1 - 4px);
    }

    #TelaDetails ul [row="2"] {
        height: calc(100% / 2 - 4px);
    }

    #TelaDetails ul [row="3"] {
        height: calc(100% / 3 - 4px);
    }

    #TelaDetails ul [row="4"] {
        height: calc(100% / 4 + 4px);
    }

    #TelaDetails ul [row="5"] {
        height: calc(100% / 5 + 4px);
    }

    #TelaDetails ul[row="6"] {
        height: calc(100% / 6 + 4px);
    }

.label_kds {
    font-size: 10px;
    color: var(--primary-font-color);
    text-align: center;
    margin-top: -2px;
}

.main-header .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 17px;
    right: 3px;
}

.main-header .select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    height: 23px;
}

    .main-header .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 10px;
        margin-top: 0px;
        height: 20px;
    }
/*AQUI ESTA O CODIGO QUE SETA AS CORES DA API (VERSÃO FINAL, PEGA TUDO DO BANCO E JA ERA)*/
/*VOU DEIXAR TODAS AS LI PRETAS, E TODAS AS li > a DA COR CERT, A CONSIGO USAR A --color-hover*/
.skin-blue .sidebar-menu a {
    background: var(--secondary-color);
    color: var(--secondary-font-color) !important;
    cursor: pointer;
}

.skin-blue .sidebar-menu {
    cursor: pointer !important;
}

    .skin-blue .sidebar-menu a:hover {
        background: var(--primary-color) !important;
        color: var(--primary-font-color) !important;
    }

    .skin-blue .sidebar-menu > li.active > a {
        background-color: rgba(0, 0, 0, 0.1)
    }

.sidebar-menu .treeview-menu li.active > a {
    background-color: rgba(0, 0, 0, 0.1)
}

.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    background-color: var(--secondary-color) !important;
}

@media (max-width: 767px) {
    .skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
        background-color: transparent !important;
        border-right: 0px;
    }

    .main-sidebar, .left-side {
        min-height: 0% !important;
    }
}



#imagem_bg_login {
    background-color: var(--primary-color) !important;
    background-position: bottom !important;
    background-size: 100% auto !important;
}

.logo_grande {
    background-color: var(--secondary-color) !important;
}

.logo_pequeno {
    background-color: var(--secondary-color) !important;
}

.menu_lateral {
    background-color: var(--secondary-color) !important;
}

.sidebar-open .menu_lateral {
    display: initial;
}


.menu_lateral ul li a:hover {
    background-color: rgba(255, 255, 255, 0.10) !important;
}

.menu_lateral ul li [role="treeview"]:hover {
    background-color: rgba(0, 0, 0, 0.10) !important;
}

.titulo_menu {
    color: #fff !important;
    background: var(--secondary-color) !important;
}

.menu_topo {
    background-color: var(--secondary-color) !important;
}

    .menu_topo a:hover {
        background: var(--secondary-color) !important;
    }



.skin-blue .sidebar-menu > li > .treeview-menu {
    background: var(--primary-color) !important;
    background-color: var(--primary-color) !important;
}




/*TABLES*/



.table-default tr:first-child td {
    background-color: var(--primary-color);
    color: var(--primary-font-color);
    cursor: initial;
}

.table-default tr:first-child:hover td {
    background: var(--primary-color) !important;
    color: var(--primary-font-color);
}
.table-default tr:hover td {
    background-color: #d2d6de;
    color: black;
}


.filter-table {
    background-color: var(--primary-color) !important;
    color: var(--primary-font-color);
}

.td_novo_produto td {
    background-color: black !important;
    color: white !important;
}

.td_novo_produto:hover td {
    background-color: black !important;
    color: white !important;
}


/*BOTAO ON OFF*/
.switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 19px;
    top: 4px;
}

    /* Hide default HTML checkbox */
    .switch input {
        display: none;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 13px;
        width: 13px;
        left: 4px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: rgb(255, 45, 22);
}

input:focus + .slider {
    box-shadow: 0 0 1px var(--primary-color);
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(15px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }



.progressBarDiv {
    width: 100%;
    margin: 5px auto;
    height: 10px;
    background-color: #95959c;
    border-radius: 100px;
}


    .progressBarDiv div {
        height: 100%;
        text-align: right;
        padding: 0 0px;
        line-height: 22px; /* same as #progressBar height if we want text middle aligned */
        width: 0;
        background-color: lawngreen;
        border-radius: 100px;
        /*box-sizing: border-box;*/
    }



a.solink {
    position: fixed;
    top: 0;
    width: 100%;
    text-align: center;
    background: #f3f5f6;
    color: #cfd6d9;
    border: 1px solid #cfd6d9;
    line-height: 30px;
    text-decoration: none;
    transition: all .3s;
    z-index: 999
}

    a.solink::first-letter {
        text-transform: capitalize
    }

    a.solink:hover {
        color: #428bca
    }
